projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a80a30b
)
(calendar-julian-from-absolute): Autoload it.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Nov 1995 22:26:25 +0000
(22:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Nov 1995 22:26:25 +0000
(22:26 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index ff095ea42b3e778c273d616e87cb90d119227889..ea3c0635798c71ea0f06a372fc7bf2dc0b1b0c78 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-1306,6
+1306,11
@@
calendar."
"String of Chinese date of Gregorian date."
t)
+(autoload 'calendar-julian-from-absolute "cal-julian"
+ "Compute the Julian (month day year) corresponding to the absolute DATE.
+The absolute date is the number of days elapsed since the (imaginary)
+Gregorian date Sunday, December 31, 1 BC.")
+
(autoload 'calendar-goto-julian-date "cal-julian"
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t)